From: Josef Schlehofer Date: Tue, 27 Oct 2020 10:01:32 +0000 (+0100) Subject: luci-app-transmission: add dependency for transmission-daemon X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=8e12bc15dc7b26ee27c94d409093d9359409358b;p=project%2Fluci.git luci-app-transmission: add dependency for transmission-daemon In recent changes in packages feed (https://github.com/openwrt/packages/commit/56e4edad82211c14528122566f56168f1bee0fd8), there were removed variants, so if you will install luci-app-transmission now, it will pull also transmission-daemon and users do not need to install it separately. Signed-off-by: Josef Schlehofer --- diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile index 668c73185b..d0fddbefef 100644 --- a/applications/luci-app-transmission/Makefile +++ b/applications/luci-app-transmission/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Transmission -LUCI_DEPENDS:= +LUCI_DEPENDS:=+transmission-daemon include ../../luci.mk